tools/babl-benchmark: exclude conversions to self from average
authorØyvind Kolås <pippin@gimp.org>
Tue, 29 Aug 2017 18:21:32 +0000 (20:21 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 29 Aug 2017 18:23:44 +0000 (20:23 +0200)
commit18cc0a0cc18e51e3feb80cfacced974ed3796086
treec600e79e4e0d8c87a36a7283b02971b11b1ab6d5
parent04628ad1b1135912622342cbd87f99c1319138a1
tools/babl-benchmark: exclude conversions to self from average

The fast path the checks for source == dst, and replace with memcpy works,
including these memcpy aliases makes the barchart harder to read and the
average further from the median.
tools/babl-benchmark.c